Solutions

Question 1.
Check whether the following are quadratic equations.

i) (x + l)2= 2(x-3)

Answer:
Given: (x + l)2= 2(x - 3)
⇒ x2+ 2x + 1 = 2(x - 3) = 2x - 6
⇒ x2+ 2x + l - 2x + 6 = 0
⇒ x2+ 7 = 0 is a Q.E.

ii) x2- 2x = (-2) (3 - x)
Answer:
Given: x2- 2x = -2(3 - x)
⇒ x2- 2x = -6 + 2x
⇒ x2- 4x + 6 = 0 is a Q.E.

iii) (x-2) (x + 1) = (x- 1) (x + 3)
Answer:
Given: (x - 2) (x + 1) = (x - 1) (x + 3)
⇒ x (x + 1) - 2 (x +1)
= x (x + 3) - 1 (x + 3)
Note : Compare the coefficients of x2 on both sides. If they are equal it is not a Q.E.
⇒ x2 + x - 2x - 2 = x2+ 3x - x -3
⇒ x2- x - 2 = x2+ 2x - 3
⇒ 3x - 1 = 0 is not a Q.E.

iv) (x - 3) (2x + 1) = x(x + 5)
Answer:
Given: (x - 3) (2x + 1) = x(x + 5)
⇒ x (2x + 1) - 3 (2x + 1) = x . x + 5 . x
⇒ 2x2+ x - 6x - 3 = x2+ 5x
⇒ 2x2- 5x - 3 - x2- 5x = 0
⇒ x2- 10x - 3 = 0 is a Q.E.
(or)
Comparing the coefficients of x2 on both sides.
x . 2x and x . x
⇒ 2x2and x2
2x2≠ x2
Hence it’s a Q.E.

v) (2x - 1) (x - 3) = (x + 5) (x - 1)
Answer:
Given: (2x - 1) (x - 3) = (x + 5) (x - 1)
⇒ 2x (x - 3) -1 (x - 3) = x (x - 1) + 5(x - 1)
⇒ 2x2- 6x - x + 3 = x2- x + 5x - 5
⇒ 2x2-7x + 3 - x2- 4x + 5 = 0
⇒ x2- 11x + 8 = 0
Hence it’s a Q.E.
(or)
Co.eff. of x2on L.H.S. = 2 × 1 = 2
Co.eff. of x2on R.H.S = 1 × 1 = 1
LHS ≠ RHS Hence it is a Q.E.

vi) x2+ 3x + 1 = (x - 2)2
Answer:
Given: x2+ 3x + 1 = (x - 2)2
⇒ x2+ 3x + 1 = x2- 4x + 4
⇒ 7x - 3 = 0 is not a Q.E.

vii) (x + 2)3= 2x (x2- 1)
Answer:
Given: (x + 2)3= 2x(x2- 1)
⇒ x3+ 6x2+ 12x + 8 = 2x3- 2x [∵ (a + b)3= a3+ 3a2b + 3ab2+ b3]
⇒ -x3+ 6x2+ 14x + 8 = 0
is not a Q.E. [? degree = 3]

viii) x3- 4x2- x + 1 = (x - 2)3
Answer:
Given : x3- 4x2- x + 1 = (x - 2)3
⇒ x3- 4x2- x + 1 = x3- 6x2+ 12x - 8
⇒ 6x2- 12x + 8 - 4x2- x + 1 = 0
⇒ 2x2- 13x + 9 = 0 is a Q.E.

Question 2.
Represent the following situations in the form of quadratic equations:

i) The area of a rectangular plot is 528 m2. The length of the plot (in meters) is one more than twice its breadth. We need to find the length and breadth of the plot.

Answer:
Let the breadth of the rectangular plot be x m.
Then its length (by problem) = 2x + 1.
Area = l . b = (2x + 1) . x = 2x2+ x
But area = 528 m2(∵ given)
∴ 2x2+ x = 528
⇒ 2x2+ x - 528 = 0 where x is the breadth of the rectangle.

ii) The product of two consecutive positive integers is 306. We need to find the integers.
Answer:
Let the consecutive integers be x and x + 1.
Their product = x(x + 1) = x2+ x
By problem x2+ x = 306
⇒ x2+ x - 306 = 0
where x is the smaller integer.

iii) Rohan’s mother is 26 years older than him. The product of their ages after 3 years will be 360 years. We need to find Rohan’s present age.
Answer:
Let the present age of Rohan be x years.
Then age of Rohan’s mother = x + 26
After 3 years:
Age of Rohan would be = x + 3
Rohan’s mother’s age would be = (x + 26) + 3 = x + 29
By problem (x + 3) (x + 29) = 360
⇒ x(x + 29) + 3(x + 29) = 360
⇒ x2+ 29x + 3x + 87 = 360
⇒ x2+ 32x + 87 - 360 = 0
⇒ x2+ 32x - 273 = 0
⇒ x2+ 39x - 7x - 273 = 0
⇒ x (x + 39) - 7 (x + 39) = 0
⇒ (x - 7) (x + 39) = 0
⇒ x = 7 or x = -39 ‘x’ being age cannot be negative.
∴ x = Present age of Rohan = 7 years.

iv) A train travels a distance of 480 km at a uniform speed. If the speed had been 8km/h less, then it would have taken 3 hours more to cover the same distance. We need to find the speed of the train.
Answer:
Let the speed of the train be x km/h.
Then time taken to travel a distance of distance of 480 km =distance/speed=480/x
If the speed is 8km/h less, then time needed to cover the same distance would be480/x-8

⇒ x2 - 8x = 1280
⇒ x2 - 8x - 1280 = 0
where x is the speed of the train.

Question 1.
Find the roots of the following quadratic equations by factorisation,

i) x2- 3x - 10 = 0

Answer:
Given: x2- 3x - 10 = 0
x2- 5x + 2x- 10 = 0
⇒ x(x - 5) + 2 (x - 5) = 0
⇒ (x - 5) (x + 2) = 0
⇒ x - 5 = 0 or x + 2 = 0
⇒ x = 5 or x = -2
⇒ x = 5 or -2
are the roots of the given Q.E.

ii) 2x2+ x - 6 = 0
Answer:
Given: 2x2+ x - 6 = 0
⇒ 2x2+ 4x - 3x - 6 = 0
⇒ 2x(x + 2) - 3(x + 2) = 0
⇒ (x + 2) (2x - 3) = 0
⇒ (x + 2) or 2x - 3 = 0
⇒ x = -2 or 2x = 3
⇒ x = -2 or 3/2
are the roots of the given Q.E.

iii) √2x2+ 7x + 5√2 =0
Answer:
Given: √2x2+ 7x + 5√2 =0
⇒ √2x2+ 5x + 2x + 5√2 = 0
⇒ x(√2x + 5)+ √2(√2x + 5) = 0
⇒ (√2x + 5) (x + √2) = 0
⇒ √2x + 5 = 0 or x + √2 = 0
⇒ √2x = -5 or x = -√2
⇒ x =-5/√2= or -√2
are the roots of √2 the given Q.E.

v) 100x2- 20x + 1 = 0
Answer:
Given : 100x2- 20x + 1 =0
⇒ 100x2- 10x - 10x + 1 = 0
⇒ 10x(10x - 1) - l(10x - 1) = 0
⇒ (10x - 1) (10x - l) = 0
⇒ 10x - 1 = 0
⇒ 10x = 1
⇒ x =1/10, 1/10
are the roots of the given Q.E.

vi) x(x + 4) = 12
Answer:
Given: x(x + 4) = 12
⇒ x2+ 4x = 12
⇒ x2+ 4x - 12 = 0
⇒ x2+ 6x - 2x - 12 = 0
⇒ x(x + 6) - 2(x + 6) = 0
⇒ (x + 6) (x - 2) = 0
⇒ x + 6 = 0 or x - 2 = 0
⇒ x = -6 or x = 2
⇒ x = -6 or 2
are the roots of the given Q.E.

vii) 3x2- 5x + 2 = 0
Answer:
Given: 3x2- 5x + 2 = 0
⇒ 3x2- 3x - 2x + 2 = 0
⇒ 3x(x - 1) - 2(x - 1) = 0
⇒ (x - 1) (3x - 2) = 0
⇒ x - 1 = 0 or 3x - 2 = 0
⇒ x = 1 or 2/3,
⇒ x = 1 or 2/3 are the roots of the given Q.E.

viii) x - 3/x = 2
Answer:
Given: x - 3/x = 2
⇒x2-3/x= 2
⇒ x2- 3 = 2x
⇒ x2- 2x - 3 = 0
⇒ x2- 3x + x - 3 = 0
⇒ x(x - 3) + l(x - 3) = 0
⇒ (x - 3) (x + 1) = 0
⇒ (x - 3) = 0 or (x + 1) = 0
⇒ x = 3 or x = -1
⇒ x = 3 or -1 are the roots of the given Q.E.

ix) 3(x - 4)2- 5(x - 4) = 12
Answer:
Take (x - 4) = a, then the given Q.E. reduces to 3a2- 5a = 12
⇒ 3a2- 5a - 12 = 0
⇒ 3a2- 9a + 4a - 12 = 0
⇒ 3a(a - 3) + 4(a - 3) = 0
⇒ (a - 3) (3a + 4) = 0
⇒ a - 3 = 0 or 3a + 4 = 0
⇒ a = 3 or a =-4/3
but a = x - 4
x - 4 = 3 (or) x - 4 = -4/3
⇒ x = 7 or x = 4 - -4/3=8/3
∴ x = 7 or 8/3
are the roots of the given Q.E.

Question 2.
Find two numbers whose sum is 27 and product is 182.

Answer:
Let a number be x.
Then the other number = 27 - x
Product of the numbers = x(27 - x) = 27x - x2
By problem 27x - x2= 182
⇒ x2- 27x + 182 = 0
⇒ x2- 14x - 13x + 182 = 0
⇒ x(x- 14) - 13(x - 14) = 0
⇒ (x - 13) (x - 14) = 0
⇒ x - 13 = 0 or x - 14 = 0
⇒ x = 13 or 14.
∴ The numbers are 13; 27 - 13 = 14 or 14 and 27 - 14 = 13.

Question 3.
Find two consecutive positive integers, sum of whose squares is 613.

Answer:
Let a positive integer be x.
Then the second integer = x + 1
Sum of the squares of the above integers = x2+ (x + 1)2
= x2+ x2+ 2x + 1
= 2x2+ 2x + 1
By problem 2x2+ 2x + 1 = 613
⇒ 2x2+ 2x - 612 = 0
⇒ x2+ x - 306 = 0
⇒ x2+ 18x - 17x - 306 = 0
⇒ x(x + 18) - 17(x + 18) = 0
⇒ (x - 17) (x + 18) = 0
⇒ x - 17 = 0 (or) x + 18 = 0
⇒ x = 17 (or) -18,
we do not consider -18
Then the numbers are (17, 17 + 1)
i.e., 17, 18 are the required two consecutive positive integers.

Question 4.
The altitude of a right triangle is 7 cm less than its base. If the hypotenuse is 13 cm, find the other two sides.

Answer:
Let the base of the right triangle = x cm
Then its altitude = x - 7 cm
By Pythagoras Theorem

(base)2+ (height)2= (hypotenuse)2
⇒ x2+ (x - 7)2= 132
⇒ x2+ x2- 14x + 49 = 169 .
⇒ 2x2- 14x + 49 - 169 = 0
⇒ 2x2- 14x - 120 = 0
⇒ x2- 7x - 60 = 0
⇒ x2- 12x + 5x - 60 = 0
⇒ x(x - 12) + 5(x - 12) = 0
⇒ (x - 12) (x + 5) = 0
⇒ x - 12 = 0 (or) x + 5 = 0
⇒ x = 12 (or) x = -5 But x can’t be negative.
∴ x = 12
x - 7 = 12 - 7 = 5
The two sides are 12 cm and 5 cm.

Question 5.
A cottage industry produces a certain number of pottery articles in a day. It was observed on a particular day that the cost of production of each article (in rupees) was 3 more than twice the number of articles produced on that day. If the total cost of production on that day was Rs. 90, find the number of articles produced and the cost of each article.

Answer:
Let the number of articles produced be x.
Then the cost of each article = 2x + 3
Total cost of the articles produced = x [2x + 3] = 2x2+ 3x
By problem 2x2+ 3x = 90
⇒ 2x2+ 3x - 90 = 0
⇒ 2x2+ 15x - 12x - 90 = 0
⇒ x (2x + 15) - 6 (2x + 15) = 0
⇒ (2x + 15) (x - 6) = 0
⇒ 2x + 15 = 0 (or) x - 6 = 0
⇒ x = -15/2 or x = 6
But x can’t be negative.
∴ x = 6
2x + 3 = 2 × 6 + 3 = 15
∴ Number of articles produced = 6 Cost of each article = Rs. 15.

Question 6.
Find the dimensions of a rectangle whose perimeter is 28 meters and whose area is 40 square meters.

Answer:
Let the length of the rectangle = x
Given perimeter = 2(1 + b) = 28
⇒ (1 + b) = 28/2 = 14
Breadth of the rectangle = 14 - x
Area = length . breadth = x (14 - x)
= 14x - x2
By problem, 14x - x2= 40.
⇒ x2- 14x + 40 = 0
⇒ x2- 10x - 4x + 40 = 0
⇒ x(x - 10) - 4(x - 10) = 0
⇒ (x - 10) (x - 4) = 0
⇒ x - 10 = 0 (or) x - 4 = 0
⇒ x = 10 (or) 4
∴ Length = 10 m or 4 m
Then breadth = 14 - 10 = 4 m (or) 14 - 4 = 10 m

Question 7.
The base of a triangle is 4 cm longer than its altitude. If the area of the triangle is 48 sq.cm, then find its base and altitude.

Answer:
Let the altitude of the triangle h = x cm
Then its base ‘b’ = x + 4.
Area = 1/2 × base × height
=12(x + 4)(x)
=x2+4x/2
By problem x2+4x/2= 48
⇒ x2+ 4x = 2 × 48
⇒ x2+ 4x - 96 = 0
⇒ x2+ 12x - 8x - 96 = 0
⇒ x(x + 12) - 8(x + 12) = 0
⇒ (x + 12)(x - 8) = 0
⇒ x + 12 = 0 (or) x - 8 = 0
⇒ x = -12 (or) x = 8
But x can’t be negative.
∴ x = 8 and x + 4 = 8 + 4 = 12
Hence altitude = 8 cm and base = 12 cm.

Question 8.
Two trains leave a railway station at the same time. The first train travels towards west and the second train towards north. The first train travels 5 km/hr faster than the second train. If after two hours they are 50 km. apart, find the average speed of each train.

Answer:
Let the speed of the slower train = x kmph
Then speed of the faster train = x + 5 kmph.

Distance = Speed × Time
Distance travelled by the first train = 2(x + 5) = 2x + 10
Distance travelled by the second train = 2.x = 2x
By Pythagoras Theorem
(hypotenuse)2= (side)2+ (side)2
⇒ (2x)2+ (2x + 10)22= 502
⇒ 4x2+ (4x2+ 40x + 100) = 2500
⇒ 4x2+ 4x2+ 40x + 100 = 2500
⇒ 8x2+ 40x - 2400 = 0
⇒ x2+ 5x - 300 = 0
⇒ x2+ 20x - 15x - 300 = 0
⇒ x (x + 20) - 15 (x + 20) = 0
⇒ (x + 20) (x - 15) = 0
∴ x - 15 = 0 (or) x + 20 = 0
⇒ x = 15 (or) - 20
But x can’t be negative.
∴ Speed of the slower train x = 15 kmph.
Speed of the faster train x + 5 = 15 + 5 = 20 kmph.

Question 9.
In a class of 60 students, each boy contributed rupees equal to the number of girls and each girl contributed rupees equal to the number of boys. If the total money then collected was Rs. 1600, how many boys are there in the class?

Answer:
Let the number of boys in the class = x
Then number of girls in the class = 60 - x [∵ total students = 60]
Money contributed by the boys = x(60 - x) = 60x - x2[∵ given]
Money contributed by the girls = (60 - x)x = 60x - x2
∴ Money contributed by the class = 120x - 2x2
By problem 120x -2x2= 1600
⇒ 2x2- 120x + 1600 = 0
⇒ x2- 60x + 800 = 0
⇒ x2- 40x - 20x + 800 = 0
⇒ x(x - 40) - 20 (x - 40) = 0
⇒ (x - 40) (x - 20) = 0
⇒ x = 40 (or) 20
∴ Boys = 40 or 20 Girls = 20 or 40.

Question 10.
A motor boat heads upstream a distance of 24 km on a river whose current is running at 3 km per hour. The trip up and back takes 6 hours. Assuming that the motor boat maintained a constant speed, what was its speed ?

Answer:
Let the speed of the boat in still water be x kmph.
Speed of the current = 3 kmph
Then speed of the boat in upstream = (x - 3) kmph
Speed of the boat in downstream = (x + 3) kmph
By problem total time taken = 6h.

⇒ 24(2x) = 6(x2- 9)
⇒ 8x = x2- 9
⇒ x2- 8x - 9 = 0
⇒ x2- 9x + x-9 = 0
⇒ x (x - 9) + 1 (x - 9) = 6
⇒ (x - 9) (x + 1) = 0
⇒ x - 9 = 0 or x + 1 = 0
x can’t be negative,
∴ x = 9
i.e., speed of the boat in still water = 9 kmph.

Question 1.
Find the roots of the following quadratic equations, if they exist, by the method of completing the square:

i) 2x2+ x - 4 = 0

Answer:
Given: 2x2+ x - 4 = 0
⇒ 2x2+ x = 4

iii) 5x2- 7x - 6 = 0
Given quardratic equation = 5x2- 7x - 6 = 0
∴ 5x2- 7x - 6
⇒ x2-7/5 x =6/5, it can be re-written as
x2 - 2.710x =6/5 now it is in the form
of a2- 2ab where a = x, and b =7/10
Now adding b2=(7/10)2on both sides, we get

Note: If we take the Q.E. as 5x2 - 7x + 6 = 0, then we get the T.B. answer.

iv) x2+ 5 = -6x
Answer:
The given Q.E. is x2+ 5 = -6x
⇒ x2+ 6x = -5
⇒ (x)2+ 2.(x).3 = -5
Now L.H.S. is of the form a2+ 2ab where b = 3.
Adding b2= 32on both sides we get
x2+ 2(x)(3) + 32= -5 + 32
(x + 3)2= -5 + 9 = 4
∴ x + 3 = 74 = ± 2
⇒ x = +2 - 3 or - 2 - 3
= -1 or -5 are the roots of the given Q.E.

Question 2.
Find the roots of the quadratic equations given in Q.1 above by applying the quadratic formula,

i) 2x2+ x - 4 = 0

Answer:
Comparing this Q.E. with ax2+ bx + c = 0
a = 2; b = 1; c = -4

ii) 4x2 + 4√3x + 3 = 0
Answer:
Given: 4x2 + 4√3x + 3 = 0
Here a = 4; b = 4√3 ; c = 3

iii) 5x2 - 7x - 6 = 0
Answer:
Given: 5x2 - 7x - 6 = 0
Here a = 5; b = -7 and c = -6

iv) x2 + 5 = -6x
Answer:
Given: x2 + 5 = -6x
⇒ x2 + 6x + 5 = 0
Here a = 1; b = 6; c = 5

Question 3.
Find the roots of the following equations:

i) x - 1/x = 3, x ≠ 0

Answer:
Given: x - 1/x = 3
⇒ x2 + 6x + 5 = 0
⇒ x2-1/x = 3
⇒ x2 - 1 = 3x
⇒ x2 - 3x - 1 = 0
Here a = 1; b = -3; c = -1

ii) 1/x+4 - 1/x-7 = 11/30, x ≠ -4, 7
Answer:
Given: 1/x+4 - 1/x-7 = 11/30

⇒ x2 - 3x - 28 = -30
⇒ x2 - 3x - 28 + 30 = 0
⇒ x2 - 3x + 2 = 0
⇒ x2 - 2x - x + 2 = 0
⇒ x(x - 2) - 1(x - 2) = 0
⇒ (x - 2) (x - 1) = 0
⇒ x - 2 = 0 (or) x - 1 = 0
⇒ x = 2 or x = 1
⇒ x = 2 or 1.

Question 4.
The sum of the reciprocals of Rehman’s ages, (in years) 3 years ago and 5 years from now is 1/3. Find his present age.

Answer:
Let the present age of Rehman be x years.
3 years ago Rehman’s age = x - 3 and its reciprocal is 1/x-3
Rehman’s age 5 years from now = x + 5 and its reciprocal is1/x+5
The sum of the reciprocals

⇒ x2 + 2x - 15 = 3(2x + 2)
⇒ x2 + 2x - 15 = 6x + 6
⇒ x2 + 2x - 15 - 6x - 6 = 0
⇒ x2 - 4x - 21 =0
⇒ x2 - 7x + 3x - 21 =0
⇒ x(x - 7) + 3(x - 7) 0
⇒ (x - 7) (x + 3) = 0
⇒ x - 7 = 0 or x + 3 = 0
⇒ x = 7 or x = -3
But x can’t be negative, x = 7
i.e., Present age of Rehman = 7 years.

Question 5.
In a class test, the sum of Moulika’s marks in Mathematics and English is 30. If she got 2 marks more in Mathematics and 3 marks less in English, the product of her marks would have been 210. Find her marks in the two subjects.

Answer:
Sum of the marks in Mathematics and English = 30
Let Moulika’s marks in Mathematics be x Then her marks in English = 30 - x
If she got 2 more marks in Mathematics, then her marks would be x + 2.
If she got 3 marks less in English then her marks would be 30 - x - 3 = 27 - x
By problem (x + 2) (27 - x) = 210
⇒ x(27 - x) + 2(27 - x) = 210
⇒ 27x - x2 + 54 - 2x = 210
⇒ -x2 + 25x + 54 = 210
⇒ x2 - 25x - 54 + 210 = 0
⇒ x2 - 25x + 156 = 0
⇒ x2 - 12x - 13x + 156 = 0
⇒ x(x - 12) - 13(x 12) = 0
⇒ (x - 12) (x - 13) = 0
⇒ x - 12 = 0 or x - 13 = 0
⇒ x = 12 or x = 13
If x = 12, then marks in Mathematics = 12 English = 30 - 12 = 18
If x = 13, then marks in Mathematics = 13 English = 30 - 13 = 17

Question 6.
The diagonal of a rectangular field is 60 metres more than the shorter side. If the longer side is 30 metres more than the shorter side, find the sides of the field.

Answer:
Let the shorter side of the rectangular field = x m.
Then its longer side = x + 30 m.

The diagonal of a rectangle is also the hypotenuse of the lower triangle Here the diagonal = x + 60
∴ By Pythagoras Theorem
(side)2 + (side)2 = (hypotenuse)2
⇒ (x + 30)2 + x2 = (x + 60)2
⇒ x2 + 60x + 900 + x2 = x2 + 120x + 3600
⇒ x2 - 60x - 2700 = 0
⇒ x2 - 90x + 30x - 2700 = 0
⇒ x(x - 90) + 30 (x - 90) = 0
⇒ (x - 90) (x + 30) = 0
⇒ x - 90 = 0 (or) x + 30 = 0
⇒ x = +90 (or) x = -30 But x cant be negative.
∴ x = 90 m
i.e., the shorter side x = 90 m Longer side x + 30 = 90 + 30 = 120 m.

Question 7.
The difference of squares of two numbers is 180. The square of the smaller number is 8 times the larger number. Find the two numbers.

Answer:
Let the large number be x.
8 times larger number = Square of the srnall number = 8x
Square of the larger number = x2
By problem, x2 - 8x = 180
⇒ x2 - 8x - 180 = 0
⇒ x2- 18x + 10x - 180 = 0
⇒ x(x - 18) + 10(x - 18) = 0
⇒ (x + 10)(x - 18) = 0
⇒ x + 10 = 0 (or) x - 18 = 0
⇒ x = -10 (or) x = 18
If x = 18, then larger number =18;
(small number)2 = 8 × (+18) = 144
∴ Small number = √144 = 12
The numbers are 18, 12
Note: Discard x = -10.

Question 8.
A train travels 360 km at a uniform speed. If the speed had been 5 km/h more, it would have taken 1 hour less for the same journey. Find the speed of the train.

Answer:
The distance travelled = 360 km.
Let the speed of the train = x kmph.
Time taken to complete a journey =distance/speed

⇒ x2 + 5x = 1800
⇒ x2 + 5x - 1800 = 0
⇒ x2 + 45x - 40x - 1800 = 0
⇒ x(x + 45) - 40(x + 45) = 0
⇒ (x + 45) (x - 40) = 0
x + 45 = 0 or x -40 = 0
x = -45 or x = +40
But x cant be negative.
∴ The speed of the train = 40 kmph.

Question 9.
Two water taps together can fill a tank in 9 3/8 hours. The tap of larger diameter takes 10 hours less than the smaller one to fill the tank separately. Find the time in which each tap can separately fill the tank.

Answer:
Let the time taken to fill the tank by smaller tap = x (hours)
So the part filled by smaller tap in
1 hour = 1/x × 75/8 = 75/8x ……. (1)
Again then the time taken to fill the tank by larger tap = (x - 10) hours
∴ the part of tank that can be filled by larger tap alone in one hour of time = 1/x-10
∴ In 75/8 hours the part filled by larger tap = 75/8 (1/x-10)
∴ By both taps together

⇒ 150x - 750 = 8x2 - 80x ⇒ 8x2 - 80x - 150x + 750 = 0 ⇒ 8x2 - 230x + 750 = 0 ⇒ 4x2 - 115x + 375 = 0 ⇒ 4x2 - 100x - 15x + 375 = 0 ⇒ 4x(x - 25) - 15(x - 25) = 0 ∴ (4x - 15) (x - 25) = 0 15 ⇒ 4x = 15, x = 15/4 or x = 25 x = 25 hours. then time taken to fill by larger tap = x - 10 = 25 - 10 = 15 hours (x cannot be 15/4 since we have considered x as time taken by smaller tap, which is to be higher one)
Question 10.
An express train takes 1 hour less than a passenger train to travel 132 km between Mysore and Bangalore (without taking into consideration the time they stop at intermediate stations). If the average speed of the express train is 11 km/hr more than that of the passenger train, find the average speed of the two trains.

Answer:
Let the speed of the passenger train = x kmph.
Then speed of the express train = x + 11 kmph.
Distance travelled = 132 km
We know that time = distance/speed

⇒ x2 + 11x = 13 × 11
⇒ x2 + 11x - 1452 = 0
⇒ x2 + 44x - 33x - 1452 = 0
⇒ x(x + 44) - 33 (x + 44) = 0
⇒ (x + 44) (x - 33) = 0
⇒ x + 44 = 0 (or) x - 33 = 0
⇒ x = -44 (or) x = 33
But x cant be negative.
∴ Speed of the passenger train = x = 33 kmph.
Speed of the express train = x + 11 = 44 kmph.

Question 11.
Sum of the areas of two squares is 468 m2. If the difference of their perimeters is 24m, find the sides of the two squares.
(OR)
If the sum of the areas of two squares is 468 m2 and the difference of their perimeters is 24m, then find the measurements of their sides.

Answer:
Let the side of first square = x m say Then perimeter of the first square = 4x [∵ P = 4 . side]
By problem, perimeter of the second square = 4x + 24 (or) 4x - 24
∴ Side of the second square =

Now sum of the areas of the two squares is given as 468 m2
x2 + (x + 6)2 = 468
⇒ x2 + x2 + 12x + 36 = 468
⇒ 2x2 + 12x + 36 - 468 = 0
⇒ 2x2 + 12x - 432 = 0
⇒ x2 + 6x - 216 = 0
⇒ x2 + 18x - 12x - 216 = 0
⇒ x(x + 18)- 12(x + 18) = 0
⇒ (x + 18) (x - 12) = 0
⇒ x + 18 = 0 (or) x - 12 = 0
⇒ x = -18 (or) 12
But x cant be negative.
∴ x = 12
i.e., side of the first square = 12
∴ Perimeter = 4 × 12 = 48
∴ Perimeter of the second square = 48 + 24 = 72
∴ Side of the second square = 72/4 = 18 m.
(or)
x2 + (x - 6)2 = 468
⇒ x2 + x2 - 12x + 36 = 468
⇒ 2x2 - 12x - 432 - 0
⇒ x2 - 6x - 216 = 0
⇒ x2 - 18x + 12x - 216 = 0
⇒ x(x-18) + 12(x-18) = 0
⇒ (x - 18) (x + 12) = 0
⇒ x - 18 = 0 (or) x + 12 = 0
⇒ x = 18 (or) - 12
But x cant be negative.
∴ x = 18
i.e., side of the first square = 18 m
∴ Perimeter = 4 × 18 = 72
Perimeter of the second square = 72 - 24 = 48
∴ Side of the second square = 48/4 = 12 m.
i.e., In any way, the sides of the squares are 12m, 18m.

Question 12.
If a polygon of ‘n’ sides has 1/2n(n - 3) diagonals. How many sides will a polygon having 65 diagonals? Is there a polygon with 50 diagonals?

Answer:
Given: Number of diagonals of a polygon with n-sides = n(n-3)/2
No. of diagonals of a given polygon = 65
i.e.,n(n-3)/2= 65
where n is number of sides of the polygon
where n is number of sides of the polygon
⇒ n2 - 3n = 2 × 65
⇒ n2 - 3n - 130 = 0
⇒ n2 - 13n + 10n - 130 = 0
⇒ n(n - 13) + 10(n - 13) = 0
⇒ (n - 13) (n + 10) = O
⇒ n - 13 = 0 (or) n + 10 = 0
⇒ n = 13 (or) n = -10
But n can’t be negative.
∴ n = 13 (i.e.) number of sides = 13.
Also to check 50 as the number of diagonals of a polygon
∴ n(n-3)/2 = 50
⇒ n2 - 3n = 100
⇒ n2 - 3n - 100 = 0
There is no real value of n for which the above equation is satisfied.
∴ There can’t be a polygon with 50 diagonals.

Question 1.
Find the nature of the roots of the following quadratic equations. If real roots exist, find them.

i) 2x2- 3x + 5 = 0

Answer:
Given: 2x2- 3x + 5 = 0
a = 2; b = -3; c = 5
Discriminant = b2- 4ac
b2- 4ac = (-3)2- 4(2)(5)
= 9 - 40
= -31 < 0
∴ Roots are imaginary.

ii) 3x2- 4√3x + 4 = 0
Answer:
Given: 3x2- 4√3x + 4 = 0
a = 3; b = -4√3; c = 4
b2- 4ac = (-4√3)2- 4(3)(4)
= 48 - 48 = 0
∴ Roots are real and equal and they
-b/2a , -b/2a

iii) 2x2 - 6x + 3 = 0
Answer:
Given: 2x2 - 6x + 3 = 0
a = 2; b = -6; c = 3
b2 - 4ac = (-6)2 - 4(2)(3)
= 36 - 24
= 12 > 0
∴ The roots are real and distinct. They are

Question 2.
Find the values of k for each of the fol-lowing quadratic equations so that they have two equal roots.
i) 2x2+ kx + 3 = 0
Answer:
Given : 2x2+ kx + 3 = 0 has equal roots
∴ b2- 4ac = 0
Here a = 2; b = k; c = 3
b2- 4ac = (k)2- 4(2)(3) = 0
⇒ k2- 24 = 0
⇒ k2= 24
⇒ k = √24 = ± 2√6

ii) kx(x - 2) + 6 = 0
Answer:
Given: kx(x - 2) + 6 = 0
kx2- 2kx + 6 = 0
As this Q.E. has equal roots,
b2- 4ac = 0
Here
a = k; b = -2k; c = 6
∴ b2- 4ac = (-2k)2- 4(k)(6) = 0
⇒ 4k2- 24k = 0
⇒ 4k(k - 6) = 0
⇒ 4k = 0 (or) k - 6 = 0
⇒ k = 0 (or) 6
But k = 0 is trivial
∴ k = 6.

Question 3.
Is it possible to design a rectangular mango grove whose length is twice its breadth, and the area is 800 m2- If so, find its length and breadth.

Answer:
Let the breadth = x m
Then length = 2x m
Area = length x breadth = x.(2x)
= 2x2m2
By problem 2x2= 800 ⇒ x2= 400
and x = √400 = ± 20
∴ Breadth x = 20 m and
length 2x = 2 × 20 = 40 m.

Question 4.
The sum of the ages of two friends is 20 years. Four years ago, the product of their ages in years was 48. Is the above situation possible? If so, deter¬mine their present ages.

Answer:
Let the age one of the two friends be x years.
Then the age of the other = 20 - x
Then, 4 years ago their ages would be (x - 4) and (20 - x - 4) = 16 - x
∴ Product of their ages 4 years ago = (x - 4) (16 - x)
By problem (x - 4) (16 - x) = 48
⇒ x(16 - x) - 4(16 - x) = 48
⇒ 16x - x2- 64 + 4x = 48
⇒ x2- 20x + 112 = 0
Here a = 1; b = -20; c = 112
b2- 4ac = (-20)2- 4(1) (112)
= 400 - 448
= -48 < 0
Thus the roots are not real.
∴ The situation is not possible.

Question 5.
Is it possible to design a rectangular park of perimeter 80 m and area 400 m2- If so, find its length and breadth.

Answer:
Given: Perimeter of a rectangle 2(1 + b) = 80

⇒ 6 + b = 80/2 = 40
Area of the rectangle, l × b = 400
If possible, let us suppose that length of the rectangle = x m say
Then its breadth by equation (1) = 40 - x
By problem area = x . (40 - x) = 400
⇒ 40x - x2= 400
⇒ x2 - 40x + 400 = 0
Here a = 1; b = -40; c = +400
b2 - 4ac = (-40)2 - 4(1)(+400)
= 1600 - 1600 = 0
∴ The roots are real and equal.
They are -b2/a, -b/2a
i.e., -(-40)/2×1 = 40/2 = 20
∴ The dimensions are 20 m, 20 m.
(∴ The park is in square shape)

Important Question

4th Lesson Quadratic Equations Class 10 Important Questions with Solutions

10th Class Maths Quadratic Equations 1 Mark Important Questions

Question 1.
Find the quadratic equation whose roots are 2 + √3 and 2 - √3 .

Solution:
α = 2 + √3
β = 2 - √3
The quadratic equation is
k(x2 - (α + β)x + αβ) = 0
k(x2 - (2 + √3 + 2 - √3)x + (2 + √3)(2 - √3)) = 0
x2 - 4x + 4- 3 = 0 (∵ k = 1)
x2 - 4x + 1 = 0

Question 2.
What are the roots the quadratic equation x2 - 0.04 = 0 ?

Solution:
x2 - 0.04 = 0 ⇒ x = 0.04
x = √0.04 ⇒ x = ± 0-2

Question 3.
If the quadratic equation x2 - 2x + k = 0 has equal roots, then value of k is ...... .

Solution:
x2 - 2x + k = 0 has equal roots
b2 = 4ac
(-2)2 = 4(1) k
4 = 4k
k = 1

Question 4.
The values(s) of k for which the roots of quadratic equation x2 + 4x + k = 0 are real, is:

Solution:
x2 + 4x + k = 0
roots are real
b2 - 4ac > 0
(4)2 - 4(1) (k) ≥ 0
16 ≥ 4k
⇒ 4 ≥ k
⇒ k ≤ 4

Question 5.
The two roots of the equation 3x2 - 26x + 2 = 0 are :
A) real and distinct
B) not real
C) real and equal
D) rational

Solution:
C) real and equal
3x2 -2√6x + 2 = 0
b2 - 4ac = (-2√6 )2 - 4(3) (2)
= 24 - 24
= 0
∴ roots are real and equal.

Question 6.
Find the value of k, for which one of the root of the quadratic equation kx2 - 14x + 8 = 0 is six times the other.

Solution:
α + 6α = -(-14)/k
7α = 14/k ⇒ k = 14/7α = 2/α
α.6α = 8/k
2 = 8/k
6(2/k)2 = 8/k
6×4/k2 = 8/k
⇒ 6/k = 2
k = 3

Question 7.
Write a quadratic equation with roots 3 and 4.

Solution:
x2 - 7x + 12 = 0

Question 8.
Which of the following is not a quadratic equation ?

A) 2 (x - 1)2 = 4x2 - 2x + 1
B) 2x - 2 = x2 + 5
C) (√2x + √3)2 + x2 = 3x2 - 5x
D) (x2 + 2x)2 = x4 + 3 + 4x3

Solution:
C) (√2x + √3)2 + x2 = 3x2 - 5x
(√2x)2 + 2 . √2x . √3 + (√3)2 + x2 = 3x2 - 5x.
2x2 + 3 + 2√6x + x2 = 3x2 - 5x
5x + 2√6x + 3 = 0
It is not a quadratic equation.

Question 9.
Find the discriminant of the quadratic equation 2x2 - 5x - 3 = 0.

Solution:
2x2 - 5x - 3 = 0
b2 - 4ac = (-5)2 - 4(2) (-3)
= 25 + 24
= 49

Question 10.
If the quadratic equation 9x2 + bx + 1/4 = 0 has equal roots, then the value of b is :

Solution:
9x2 + bx + 1/4 = 0
b2 - 4ac = 0
b2 - 4(9) (1/4) = 0
b2 - 9 = 0
b = ±3

Question 11.
Draw the rough graph of the quadratic equation ax2 + bx + c = 0, when b2 - 4ac < 0.

Solution:

Question 12.
Write the sum of the roots of x2 - 2024 = 0.

Solution:
α + β = -b/a = 0/1 = 0.

Question 13.
If x + 1/x = 2 then x2 - 2x + 1 = ....... .

Solution:
x + 1/x = 2
x2+1/x = 2
x2 - 2x + 1 = 0

Question 14.
The positive root value of 9 = √3x2+6 is ....... .

Solution:
9 = √3x2+6
81 = 3x2 + 6
3x2 = 75
⇒ x2 = 25
⇒ x = ±5
but x = 5 only

Question 15.
If x = -1/2 is a solution of the quadratic equation 3x2 + 2kx - 3 = 0 then k = ...... .

Solution:
3x2 + 2kx - 3 = 0
x = -1/2
3(-1/2)2 + 2k(-1/2) - 3 = 0
3/4 - k - 3 = 0
⇒ -k = 3 - 3/4
-k = 12-3/4
⇒ -k = 9/4
k = -9/4

Question 16.
What is the quadratic equation whose roots are 1 - √2 and 1 + √2 ?

Solution:
α = 1 + √2, β = 1 - √2
x2 -(α + β)x + αβ = 0
x2 - 2x - 1 = 0 [∵ α + β = 1 + √2 + 1 - √2 = 2
αβ = 12 - (√2)2 = 1 - 2 = -1]

Question 17.
Write the sum of the roots of 2024 - x2 = 0.

Solution:
2024 - x2 = 0
α + β = -b/0 = 0/-1 = 0

Question 18.
If one root of the quadratic equation 6x2 - x + k = 0 is 2/3 then k = ...... .

Solution:
6x2 - x + k = 0
6 (2/3)2 - 2/3 + k = 0
6 × 4/9 - 2/3 = -k
2×4/3 - 2/3 = -k
8-2/3= -k
6/3 = -k
k = -2

Question 19.
Identify the quadratic equation from the following.

A) (4 - x)2 = x2 + 1
B) (2x + 1)2 = (1 - 2x)2
C) (x + 1)22 = -75
D) (9 - x)2 = (9 + x)2 - 3

Solution:
C) (x + 1)2 = -75
Let (x + 1)2 = -75
x2 + 2x + 1 = -75
x2 + 2x + 76 = 0

Question 20.
Which of the following quadratic equation has ‘1’ as a root ?

A) 9 - 3x2 = 0
B) 4x2 - 3 = 0
C) x2 - 1 = 0
D) x2 + 1 = 0

Solution:
C) x2 - 1 = 0
12 - 1 = 0
0 = 0

Question 21.
Find the discriminant of x2 - bx + k = 0.

Answer:
b2 - 4k

Question 22.
If x = 0.2 is a root of the equation x2 - 0.4k = 0 then k = ...... .

Solution:
x2 - 0.4k = 0
(0.2)2 - 0.4k = 0
(0.2)2 = 0.4k
k = 0.04/0.4 = 0.1

Question 23.
Assertion (A) : The roots of x2 - 1 = 0 are 1 and 2.
Reason (R) : The roots of ax2 + bx + c = 0 are equal if b2 - 4ac = 0

A) Assertion (A) is true, Reason (R) is true and R is the correct explanation of A.
B) Assertion (A) is true, Reason (R) is true but R is not the correct explanation of A.
C) A is true, R is false.
D) A is false, R is true.

Answer:
D) A is false, R is true.

Question 24.
Assertion (A) : (x + 2)2 = x2 + 1 is a quadratic equation.
Reason (R) : ax2 + bx + c = 0 is the standard form of the quadratic equation.

A) Assertion (A) is true, Reason (R) is true and R is the correct explanation of A.
B) Assertion (A) is true, Reason (R) is true but R is not the correct explanation of A.
C) A is true, R is false.
D) A is false, R is true.

Answer:
D) A is false, R is true.

Question 25.
Assertion (A) : Degree of a quadratic equation is 2.
Reason (R) : Sum of the roots of x2 - px + q = 0 is p.

A) Assertion (A) is true, Reason (R) is true and R is the correct explanation of A.
B) Assertion (A) is true, Reason (R) is true but R is not the correct explanation of A.
C) A is true, R is false.
D) A is false, R is true.

Answer:
B) Assertion (A) is true, Reason (R) is true but R is not the correct explanation of A.

Question 26.
Assertion (A) : The graph representing distinct roots of a quadratic equation is

Reason (R) : Every quadratic equation has two different roots.

A) Assertion (A) is true, Reason (R) is true and R is the correct explanation of A.
B) Assertion (A) is true, Reason (R) is true but R is not the correct explanation of A.
C) A is true, R is false.
D) A is false, R is true.

Answer:
C) A is true, R is false.

Question 27.
Find the discriminant of quadratic equation x2 - 5x + 6 = 0.

Solution:
Discriminant = b2 - 4ac
= (-5)2 - 4(1)(6)
= 25 - 24
= 1

Question 28.
Express 2y = 5x + 7 in the form of ax + by + c = 0.

Answer:
5x - 2y + 7 = 0

Question 29.
Find the zeroes of quadratic polynomial p(x) = x2 - 5x + 6.

Solution:
The zeroes of quadratic polynomial p(x) = x2 - 5x + 6 = 3 and 2

Question 30.
The discriminant of the quadratic equation x2 - 3x + 1 = 0 is _________

Solution:
The discriminant of the quadratic equation x2 - 3x + 1 = 0 is 5.

10th Class Maths Quadratic Equations 2 Marks Important Questions

Question 1.
Which of the following are quadratic equations ?

i) x2 - 5x + 4 = 0
ii) x - 5/x = x2

Solution:
i) Let p(x) = x2 - 5x + 4 = 0
p(x) is a quadratic polynomial because, degree of variable is a positive integer.

ii) Let f(x) = x - 5/x = x2
f(x) is not a quadratic polynomial because degree of the variable is not a positive integer.
That is 5/x = 5.x-1
(-1 is negative integer)

Question 2.
Solve the x2 - 8x + 16 = 0 by factorization method.

Solution:
Given x2 - 8x + 16 = 0
x2 - 4x - 4x + 16 = 0
x(x - 4) - 4(x - 4) = 0
(x - 4) (x - 4) = 0
(x - 4)2 = 0
x = 4, x = 4
Therefore the roots of x2 - 8x + 16 = 0 are 4 and 4.

Question 3.
Find the value of k if x = - 1/2 is a solution of 3x2 + 2kx - 3 = 0.

Solution:
Given p(x) = 3x2 + 2kx - 3 = 0 its solution is x = - 1/2
Put x = - 1/2 in p(x) then

Question 4.
Find the sum and product of the roots of the quadratic equation 2x2 - 9x + 4 = 0.

Solution:
Given Quadratic equation is
2x2 - 9x + 4 = 0
a = 2, b = -9, c = 4
α + β = -b/a = -(-9)/2 = 9/2
αβ = c/a = 4/2 = 2

Question 5.
Find the discriminant of the quadratic equation 4x2 - 5 = 0 and hence comment on the nature of roots of the equation.

Solution:
Given Quadratic equation
4x2 -5 = 0
a = 4, b = 0, c = -5
b2 - 4ac = 02 - 4(4) (-5) = 20 > 0
∴ Roots are real and distinct.

Question 6.
Find the roots of the quadratic equation 3x2 - 7x - 6 = 0.

Solution:
Given equation 3x2 - 7x - 6 = 0
a = 3, b = -7, c = -6

Question 7.
Find the values of k for which the equation 3x2 + kx + 3 = 0 has real and equal roots.

Solution:
3x2 + kx + 3 = 0
a = 3, b = k, c = 3
real and equal roots
b2 - 4ac = 0
k2 - 4(3) (3) = 0
k2 = 4 × 3 × 3 ⇒ k = 2 × 3 ⇒ k = 6

Question 8.
Solve x2 - 2ax + (a2 - b2) = 0.

Solution:
Given equation x2 - 2ax + (a2 - b2) = 0
x2 - 2ax + (a + b) (a - b) = 0
x2 - (a + b) x - (a - b) x + (a + b) (a - b) = 0
x[x - (a + b)] - (a - b) (x - (a + b) = 0
(x - (a + b)) (x - (a - b)) = 0
x - (a + b) = 0 (or) x - (a - b) = 0
x = a + b or x = a - b.

Question 9.
If 2 is a root of the equation x2 + kx + 12 = 0 and the equation x2 + kx + q = 0 has equal roots, find the value of q.

Solution:
x2 + kx + 12 = 0
2 is a root.
22 + k(2) + 12 = 0
2k + 16 = 0 ⇒ 2k = -16
k = -8
x2 + kx + q = 0
22 + (-8) (2) + q = 0
4 - 16 + q = 0
q - 12 = 0
q = 12

Question 10.
Find the roots of the quadratic equation 3x2 - 4√3x + 4 = 0.

Solution:
Given equation 3x2 - 4√3x + 4 = 0
a = 3, b = -4√3 , c = 3

Question 11.
Solve the quadratic equation x2 + 2√2x - 6 = 0.

Solution:
Given equation x2 + 2√2x - 6 = 0
a = 1, b = 2√2 , c = -6

Question 12.
Find the nature of the roots of the quadratic equation :
4x2 - 5x - 1 = 0.

Solution:
Given equation 4x2 - 5x - 1 = 0
a = 4, b = -5, c = -1.
b2 - 4ac = (-5)2 - 4(4) (-1)
= 25 + 16
= 41 > 0
∴ Roots are real and distinct.

Question 13.
If b2 - 4ac > 0 in ax2 + bx + c = 0; then what can you say about roots of the equation ? (a ≠ 0)

Solution:
The discriminant b2 - 4ac > 0 of the quadratic equation ax2 + bx + c = 0 is positive. Hence its roots are real and unequal.

Question 14.
Find the value of k, if 2 is one of the roots of the quadratic equation
x2 - kx + 6 = 0.

Solution:
x2 - kx + 6 = 0
(2)2 - k(2) + 6 = 0 .
⇒ 4 + 6 - 2k = 0
⇒ 2k = 10
⇒ k = 5

Question 15.
In a rectangle ABCD, AB = x + y, BC = x - y, CD = 9 and AD = 3. Find the values of x and y.

Solution:
x + y = 9; x - y = 3 (∵ two pairs of opposite sides are equal, in a rectangle)
Solving the above equations, we get x = 6 and y = 3.

Question 16.
Write the nature of roots of the qua-dratic equation 2x2 - 5x + 6 = 0.

Solution:
Discriminent (D) = b2 - 4ac
= (-5)2 - 4(2) (6)
= 25 - 48
= -23
D < 0, So roots are not Real.

Question 17.
Write the nature of the roots of the qua-dratic equation x2 - 8x + 16 = 0.

Solution:
x2 - 8x + 16 = 0
Discriminent (D) = b2 - 4ac
= (8)2 - 4(1) (16)
= 64 - 64
= 0
Since D = 0, roots are real and equal.

Question 18.
Find sum and product of roots of the Quadratic equation
x2 - 4√3x + 9 = 0

Solution:
Quadratic equation
x2 - 4√3x + 9 = 0
a = 1 ; b = - 4√3 ; c = 9
Sum of roots = - b/a
= -(-4√3)/1
= 4√3
Product of roots = c/a = 9/1 = 9.

Question 19.
Find the roots of the Quadratic equation x2 + 2x - 3 = 0.

Solution:
x2 + 2x - 3 = 0
x2 + 3x - x - 3 = 0
x(x + 3) - 1 (x + 3) = 0
(x + 3) (x - 1) = 0
x = - 3 (or) x = 1
Roots of Quadratic Equation are - 3, 1.

Question 20.
Find the values of k for which the qua-dratic equation 4x2 + 5kx + 25 = 0 has equal roots.

Solution:
a = 4, b = 5k, c = 25
Q. E. has equal roots
⇒ b2 - 4ac = 0
⇒ (5k)2 - 4(4) (25) = 0 , 400
⇒ k2 = 400/25 = 16
⇒ k = ±4.

Question 21.
Find the discriminant of the quadratic equation 3x2 - 5x + 2 = 0 and hence write the nature of its roots.

Solution:
Given quadratic equation
3x2 - 5x + 2 = 0
Given quadratic equation compare with ax2 + bx + c = 0
Here a = 3; b = -5; c = 2
Therefore, the discriminant
b2 - 4ac = (-5)2 - 4(3) (2)
= 25 - 24 = 1 > 0
∴ The quadratic equation has distinct and real roots.’

Question 22.
Is (x + 2)2 = x2 + 3 a Quadratic equation ? Justify.

Solution:
(x + 2)2 = x2 + 3
x2 + 4x + 4 = x2 + 3
4x + 4 = 3
4x + 1 = 0
It is not a quadratic equation.

Question 23.
Construct a quadratic equation having the roots log28 and log10100.

Solution:
log28 = log223 = 3 log22 = 3 × 1 = 3
log10100 = log0102 = 2 log1010 = 2 × 1= 2
So, the roots are 3 and 2.
x2 - x(sum of the roots) + (product of the roots) = 0
x2 - x(3 + 2) + (3 × 2) = 0
x2 - 5x + 6 = 0
∴ The required quadratic equation
= x2 - 5x + 6 = 0

10th Class Maths Quadratic Equations 4 Marks Important Questions

Question 1.
Solve the following quadratic equation by factorization.
i) x+3/x-2 - 1-x/x

Solution:
Given x+3/x-2 - 1-x/x = 17/4
⇒ (x+3)x-(1-x)(x-2)/(x-2)x = 17/4
By cross-multiplication
⇒ 4(2x2 + 2) = 17 (x2 - 2x)
⇒ 8x2 + 8 = 17x2 - 34x
⇒ 17x2 - 8x2 - 34x - 8 = 0
⇒ 9x2 - 34x - 8 = 0
⇒ 9x2 - 36x + 2x - 8 = 0
⇒ 9x (x - 4) + 2 (x - 4) = 0
⇒ (9x + 2) (x - 4) = 0
Therefore, x = - 2/9 (or) x = 4
So, roots of the given equation are real and not equal. They are - 2/9 and 4.

ii) 4x2 - 4ax + a2 - b2 = 0

Solution:
Given 4x2 - 4ax + a2 - b2 = 0
4x2 - 2(a + b)x - 2(a - b)x + (a + b)(a - b) = 0
2x [x - (a + b)] - 2 (a - b) [x - (a + b)] = 0
[2x - 2 (a - b)] [x - (a + b)] = 0
2x - 2 (a - b) = 0
2x = 2(a - b)
x = 2(a-b)/2
x - (a + b) = 0
x = a + b
Therefore, x = (a - b) (or) (a + b)
So, roots of the given equation are real and not equal. They are (a - b) and (a + b).

iii) 9x2 - 9 (a + b) x + (2a2 + 5ab + 2b2) = 0

Solution:
Given
9x2 - 9 (a + b) x + (2a2 + 5ab + 2b2) = 0
9x2 - [3 (2a + b) + 3 (a + 2b)] x + (2a2 + 5ab + 2b2) = 0
9x2 - 3 (2a + b) x - 3 (a + 2b) x + (2a + b) (a + 2b) = 0
3x [3x - (2a + b)] - (a + 2b) [3x - (2a + b)] = 0
[3x - (a + 2b)] [3x - (2a + b)] = 0
3x - (a + 2b)] = 0
3x = a + 2b
x = a+2b/3

[3x- (2a + b)] = 0
3x = 2a + b
x = 2a+b/3
Therefore, x = a+2b/3 (or) x = 2a+b/3.
So, roots of given equation are real and not equal. They are a+2b/3 and 2a+b/3.

iv) 4/k - 3 = 5/2x+3, x ≠ 0, -3/2

Solution:
Given 4/k - 3 = 5/2x+3, x ≠ 0, -3/2
By cross-multiplication
(4 - 3x) (2x + 3) = 5x
⇒ 8x + 12 - 6x2 - 9x = 5x
⇒ 6x2 + 5x + x - 12 = 0
⇒ 6x2 + 6x - 12 = 0
⇒ 6 (x2 + x - 2) = 0
⇒ x2 + x - 2 = 0
⇒ x2 + 2x - x - 2 = 0
⇒ x (x + 2) - 1 (x + 2) = 0
⇒ (x - 1)(x + 2) = 0
Therefore, x = 1 (or) - 2
So, roots of given equation are real and not equal. They are 1 and - 2.

Question 2.
In the following, determine whether the given quadratic equation have real roots and if so, find the roots.
√2x2 + 7x + 5√2 = 0

Solution:
Given quadratic equation √2x2 + 7x +5√2 = 0 is in the form of ax2 + bx + c = 0
a = √2 , b = 7, c = 5√2
Discriminant = b2 - 4ac
= (7)2 4√2 . 5√2
D = 49 - 40 = 9
D > 0
So, the given equation has real and distinct roots.

Question 3.
Find the value of k for which the given equation has real and equal roots.
i) x2 - 2x (1 + 3k) + 7 (3 + 2k) = 0

Solution:
Given x2 - 2x (1 + 3k) + 7 (3 + 2k) = 0 is in the form of ax2 + bx + c = 0 and roots are real and equal.
a = 1, b = -2 (1 + 3k), c = 7 (3 + 2k)
Discriminant D = b2 - 4ac = 0
⇒ [-2 (1 + 3k)]2 - 4(1)(7)(3 + 2k) = 0
⇒ 4 (1 + 9k2 + 6k) - 84 - 56k = 0
⇒ 4 + 36k2 + 24k - 84 - 56k = 0
⇒ 36k2 - 32k - 80 = 0
⇒ 9k2 - 8k - 20 = 0
⇒ 9k2 - 18k + 10k - 20 = 0
⇒ 9k (k - 2) + 10 (k - 2) = 0
⇒ (9k + 10) (k - 2) = 0
Therefore, k = -10/2 and 2.

ii) x2 - 4kx + k = 0

Solution:
Given, x2 - 4kx + k = 0 is in the form of ax2 + bx + c = 0 and roots are real and equal.
a = 1, b = -4k, c = k
Discriminant
D = b2 - 4ac = 0
⇒ (-4k)2 - 4.1.k = 0
⇒ 16k2 - 4k = 0
⇒ 4k (4k - 1) = 0
⇒ k = 0, 4k - 1 = 0
Therefore, k = 0 (or) 1/4

iii) kx(x - 2√5) + 10 = 0

Solution:
Given, kx(x - 2√5) + 10 = 0
kx2 -x.k2√5 + 10 = 0 is in the form of ax2 + bx + c = 0 and roots are real and equal.
a = k, b= -2k√5, c = 10
Discriminant (D) = b2 - 4ac = 0
⇒ (-2k√5)2 - 4.k.10 = 0
⇒ 4k2.5 - 40k = 0
⇒ 20k2 - 40k = 0
⇒ 20k (k - 2) = 0
Therefore, k = 0 (or) k = 2.

Question 4.
Solve the x2 - 4ax + (4a2 - b2) = 0 by factorization method.

Solution:
Given quadratic equation is
x2 - 4ax + (4a2 - b2) = 0
x2 - [(2a - b) + (2a + b)]x + (4a2 - b2) = 0
x2 - (2a - b)x - (2a + b)x + (2a + b) (2a - b) = 0
x [x - (2a - b)] - (2a + b) [x - (2a - b)] = 0
[x - (2a + b)] [x - (2a - b)] = 0
(x - 2a - b) (x - 2a + b) = 0
x - 2a - b = 0 (or) x - 2a + b = 0
then x = 2a + b (or) x = 2a - b.

Question 5.
Solve a2 b2 x2 + b2x - a2x - 1 = 0.

Solution:
Given quadratic equation is
a2 b2 x2 + b2x - (a2 x + 1) = 0.
b2x(a2x + 1) - (a2x + 1) = 0
(a2 x + 1) (b2 x - 1) = 0
a2 x + 1 = 0 (or) b2 x - 1 = 0
a2x = -1 (or) b2 x = 1
x = -1/a2 (or) x = 1/b2
Therefore x = - 1/a2 (or) 1/b2.

Question 6.
If x = 2 and 3 are roots of the equation 3x2 - 2kx + 2m = 0 then find the values of k and m.

Solution:
Given x = 2 and x = 3 are solutions of
p(x) = 3x2 - 2kx + 2m = 0
Put x = 2 in p(x) then
p(2) = 3(2)2 - 2k(2) + 2m = 0
⇒ 3(4) - 4k + 2m = 0
⇒ -4k + 2m = -12 → (1)
Put x = 3 in p(x) then
p(3) = 3(3)2 - 2k(3) + 2m = 0
⇒ 27 - 6k + 2m = 0
⇒ -6k + 2m = -27 → (2)
Subtract (1) from (2)
⇒ -30 + 2m = -12
⇒ 2m = -12 + 30 = 18
∴ m = 18/2 = 9
∴ m = 9 and k = 15/2

Question 7.
Determine whether the given values are solution of given equation or not.
i) 6x2 - x - 2 = 0, x = -1/2, x = 2/3
ii) x2 - x + 1 = 0, x = 0, x = -1

Solution:
i) Given p(x) = 6x2 - x - 2 = 0
Put x = -1/2 in p(x)
LHS = RHS
So, x = 2/3 is a solution of p(x).

ii) Given f(x) = x2 - x + 1 = 0
Put x = 0 in f(x) then
f(1) = 12 - 1 + 1
= 1 - 1 + 1 = 1 ≠ 0
f(1) = 1
∴ LHS ≠ RHS.
So, x = 0 is not a solution of f(x).
Put x = -1 in f(x) then
f(-1) = (-1)2 - (-1) + 1= 0
= 1 + 1 + 1 =0
f(-1) = 3 ≠ 0
LHS ≠ RHS
So, x = -1 is not a solution of f(x).

Question 8.
Find the value of ‘p’ for which the quadratic equation px(x - 2) + 6 = 0 has two equal real roots.

Solution:
Given equation px(x - 2) + 6 = 0
px2 - 2px + 6 = 0
a = p, b = -2p, c = 6.
b2 - 4ac = (-2p)2 - 4(p) (6) = 0
4p2 - 24p = 0
4p2 = 24p
p = 6

-30 = x2 - 3x - 28
x2 - 3x - 28 + 30 = 0
x2 - 3x + 2 = 0
x2 - 2x - x + 2 = 0
x(x - 2) + 1(x - 2) = 0
(x - 2) (x + 1) = 0
x = 2 or -1.

Question 10.
In a flight of 600 km, an aircraft was slowed due to bad weather. Its average speed for the trip was reduce by 200 km/h and time of flight increased by 30 minutes. Find the original duration of flight.

Solution:
Let the original speed of the aircraft = x kmph.
Let the new speed = (x - 200) km/hr
Duration of flight at original speed = (600/x) hr.
Duration of flight at reduced speed = (600/x-200) hr.
∴ 600/x-200 = 600/k = 1/2
600x-600(x-20)/x(x-200) = 1/2
120000/x2-200x = 1/2
⇒ x2 - 200x - 240000 = 0
⇒ x2 - 600x + 400x - 240000 = 0
(x - 600) (x + 400) = 0
x = 600 (or) x = -400
x = 600
The original speed of the aircraft was 600 km/hr
duration of flight = 600/x hr = (600/60) hr = 1 hr

Question 11.
The sum of the squares of three positive numbers that are consecutive multiples of 5 is 725. Find the three numbers.

Solution:
Let the first number be 5x
second number 5x + 5 = 5(x + 1)
third number 5x + 10 = 5(x + 2)
∴ (5x)2 + [5(x + 1)]2 + [5(x + 2)]2 = 725
25x2 + 25(x2 + 2x + 1) + 25(x2 + 4x + 4) = 725
25 [x2 + x2 + 2x + 1 + x2 + 4x + 4] = 725
3x2 + 6x + 5 = 725/25
3x2 + 6x + 5 = 29
3x2 + 6x - 24 = 0
3(x2 + 2x - 8) = 0
x2 + 2x - 8 = 0
x2 + 4x - 2x - 8 = 0
x(x + 4) - 2 (x + 4) = 0
(x + 4) (x - 2) = 0
x + 4 = 0 (or) x - 2 = 0
x = -4 or x = 2
∴ First number = 5x = 5 × 2 = 10
Second number = 10 + 5 = 15
Third number = 10 + 10 = 20

Question 12.
A motor boat whose speed in still water is 18 km/h, takes 1 hour more to go 24 km upstream than to return downstream to the same spot. Find the speed of the stream.

Solution:
Speed of boat =18 kmph
Distance = 84 km

For upstream:
Speed = (18 - x) kmph
Distance = 24 km
Time = t1
t1 = 24/18-x

For downstream:
Speed = (18 + x) kmph
Distance = 24 km
Time = t2
t2 = 24/18+x
∴ t1 = t2 + 1
24/18-x = 24/18+x + 1/1
1/18-x = 1/18+x = 12/4
(18+x)-(18-x)/(18-x)(18+x) = 12/4
48x = (18 - x) (18 + x)
48x = 324 + 18x - 18x - x2
x2 + 48x - 324 = 0
x2 + 54x - 6x - 324 = 0
x(x + 54) - 6(x + 54) = 0
(x + 54) (x - 6) = 0
x = -54 or x = 6.
but x = 6 only
∴ Speed of stream = 6 kmph.

Question 13.
Places A and B are 80 km from each other on a highway. A car starts from A and another from B of the same time. If they more in same direction they meet in 8 hours and if they move towards each other they meet in 1 hour 20 minutes. Find the speed of cars.

Solution:
Let speed of car starting from A be x kmph
Let speed of car starting from B be y kmph
Total distance = 80 km
1 hr 20 min = 1 + 20/60 hr = 1 + 1/3 = 4/3 hr
When car moves in same direction they will meet in 8 hours
Distance travelled from B = 8y km
Distance travelled from A = 8x km
∴ 8x - 8y = 80
x - y = 10 .... (1)
When car moves in opposite direction they will meet in 1 hr 20 min.
Distance travelled from A = 4x/3
Distance travelled from B = 4y/3
Total distance covered = 4x/3 + 4x/3
80 = 4x/3 + 4x/3
240 = 4x + 4y
∴ x + y = 60
x + y = 60
x - y = 10
2x = 70
x = 35

y = 60 - 35
y = 25
Speed of car starting from A = 35 kmph
Speed of car starting from B = 25 kmph.

Question 14.
The sum of two numbers is 15. If the sum of their reciprocals is 3/10, find the two numbers.

Solution:
Let the first number be x
Other number = 15 - x
∴ 1/x + 1/15-x = 3/10
10(15 - x + x) = 3(x(15 - x))
150 = 45x - 3x2
3x2 - 45x + 150 = 0
x2 - 15x + 50 = 0
x2 - 10x - 5x + 50 = 0
(x - 10) (x - 5) = 0
x = 10 or 5.
∴ Required number are 5 and 10.

Question 15.
Rohan’s mother Is 26 years older than him. The product of their ages after 3 years will be 360 years. Write the quadratic equation to find Rohan’s present age.

Solution:
Let Rohan’s present age = x years
Rohan’s mothers present age = x + 26 years
After 3 years Rohan’s age = x + 3 years
After 3 years Rohan’s mothers age = x + 29 years
By the problem
(x + 3) (x + 29) = 360
⇒ x2 + 32x + 87 = 360
⇒ x2 + 32x - 273 = 0

Question 16.
If 9x2 + kx + 1 = 0 has equal roots, find the value of k.

Solution:
We know the roots of a quadratic equation are equal if and only if its discriminant is zero.
i.e. for ax2 + bx + c = 0, b2 - 4ac = 0 here a = 9, b = k, c = 1
then b2 - 4ac = 0 becomes
k2 - 4.9.1 = 0
⇒ k2 - 36 = 0
∴ k2 = 36 and k = √36 = ± 6
So k = ± 6.

Question 17.
If the measure of angles of a triangle are x°, y° and 40°, and difference between the two measures of angles x° and y° is 30°, then find the values of x° and y°.

Solution:
x + y + 40 = 180°
(∵ sum of angles of a triangle is 180°)
x + y = 140 _______ (1)
x - y = 30 _______ (2)
(1) and (2)
Solving the equations we obtain
x = 85°, y = 55°

Question 18.
The sum of a number and its reciprocal is 10/3. Find the number.

Solution:
Let the number be ‘x’
Its reciprocal is 1/x
x + 1/x = 10/3, the quadratic equation obtained from this is 3x2 - 10x + 3 = 0
After solving, we get x = 3 or 1/3
∴ Required number is 3 or 1/3.

Question 19.
Find the roots of quadratic equation x2 + 4x + 3 = 0 by "Completing Square method".

Solution:
Given quadratic equation is
x2 + 4x + 3 = 0
x2 + 4x = -3
x2 + 2.x.2 = -3
Now LHS is of the form a2 + 2ab, where b = 2.
Adding b2 = 22 on both sides, we get
x2 + 2(x) (2) + (2)2 = -3 + (2)2
(x + 2)2 = -3 + 4
(x + 2)2 = 1
x + 2 = ± 1
x + 2 = 1 ; x + 2 = -1
x = 1 - 2 = -1 ; x = -1 -2 = -3
∴ -1, -3 are the roots of the given Q.E.

Question 20.
Write a Quadratic equation, whose roots are 3 + √5 and 3 - √5.

Solution:
Roots are 3 + √5, 3 - √5.
Sum of the roots = (3 + √5) + (3 - √5)
= 6
Product of roots = (3 + √5) (3 - √5)
= 9 - 5 = 4
∴ Required Quadratic equation
= x2 - x (sum of the roots) + Product of roots = 0
x2 - 6x + 4 = 0

Question 21.
A strip of width 4 cm is attached to one side of a sqaure to form a rectangle. The area of the rectangle formed is 77 cm2, then find the length of the side of the square.

Solution:
Let the side of the square be ‘x’ cm.
Then length of rectangle = x + 4 cm
Breadth of rectangle = x cm
Area of rectangle = length × breadth
= (x + 4)x
But as per given problem, area of rectangle = 77 cm2
∴ x(x + 4) = 77
x2 + 4x - 77 = 0
x2 + 11x - 7x - 77 = 0
x(x + 11) - 7(x + 11) = 0
(x + 11) (x - 7) = 0
x + 11 = 0 (or) x - 7 = 0
x = - 11 (or) x = 7
but ‘x’ can’t be negative, so x = 7
∴ Length of the side of the square = 7 cm

Question 22.
If one root of the quadratic equation 3x2 - 8x - (2k + 1) = 0 is seven times the other, then find the value of k.

Solution:
Given equation
3x2 - 8x - (2k + 1) = 0
Let the roots are α and 7α.
a = 3, b = -8, c = - 2k - 1
α + 7α = -b/a = - -(-8)/3
8α = 8/3
α 1/3
α × 7α = c/a
2 = -2k-1/3
7(1/3)2 -2k-1/3
7/9 = -2k-1/3 7/3 = - 2k - 1
7 = - 6k -3
7 + 3 = -6k
10 = -6k
k = 10/-6 = 5/-3

10th Class Maths Quadratic Equations 8 Marks Important Questions

Question 1.
A two digit number in such that the product of its digits is 18, when 63 is subtracted from the number, the digits interchange their places. Find the number.

Solution:
Let the digit in the tens place be x .
Then units digit = 18/x
Now number = 10.x + 18/x
If we interchange the digits, then the number 10.18/x + x
Given that
⇒ (10x + 18/x) - (10.18/x + x) = 63 ⇒ 10x2+18/x - (180+x2/x) = 63 ⇒ 10x2+18-180-x2/x = 63
⇒ 9x2 - 162 = 63x
⇒ 9x2 - 63x - 162 = 0
⇒ 9 (x2 - 7x - 18) = 0
⇒ x2 - 7x - 18 = 0
⇒ x2 - 9x + 2x - 18 = 0
⇒ x (x - 9) + 2 (x - 9) = 0
⇒ (x + 2) (x - 9) = 0
⇒ x = -2 (or) 9.
Digit can never be negative.
So, digit in tens place x = +9
Digit in ones place = 18/x = 18/9= 2
∴ Number = 10 × x + 18/x
= 10 × 9 + 18/9 = 92

Question 2.
Three consecutive positive integers are such that the sum of the square of the first and the product of other two is 46. FInd the integers.

Solution:
Let the three consecutive integers are (x - 1),xand (x + 1).
Square of first + Product of other two = 46
⇒ (x - 1)2 + x (x + 1) = 46
⇒ x2 - 2x + 1 + x2 + x = 46
⇒ 2x2 - x + 1 - 46 = 0
⇒ 2x2 - x - 45 = 0
⇒ 2x2 - 10x + 9x - 45 = 0
⇒ 2x (x - 5) + 9 (x - 5) = 0
⇒ (2x + 9) (x - 5) = 0 -9
Therefore, x = -9/2 (or) 5
-9/2 can never be integer.
So, x = 5.
Integers are (x - 1), x, (x + 1)
(5 - 1), 5, (5 + 1)
4, 5, 6
∴ Integers are 4, 5 and 6.

Question 3.
While boarding an aeroplane, a passenger got hurt. The pilot showing promptness and concern, made arrangements to hospitalise the injured and so the plane started late by 30 minutes to reach the destination, 1500 km away in time, the pilot increased the speed by 100 km/h. Find the original speed per hour of the plane.

Solution:
Let the speed of plane in the beginning x kmph.
Time = Distance/Speed
t1 = 1500/x hours
If pilot increased the speed by 100 kmph.
So, t2 = 1500/x+100
Now, t1 - t2 = 30 minutes = 1/2 an hour
1500/x - 1500/x+100 = 1/2
1500 [ x+100-x/x(x+100) ] = 1/2
⇒ 150000 × 2 = x (x + 100)
⇒ 300000 = x2 + 100x
⇒ x2 + 100x - 300000 = 0
⇒ x2 + 600x - 500x - 300000 = 0
⇒ x (x + 600) - 500 (x + 600) = 0
⇒ (x - 500) (x + 600) = 0
⇒ x = 500 (or) -600.
Speed can never be negative.
Therefore, speed of the plane in the beginning is 500 kmph.

Question 4.
A girl is twice as old as her sister. Four years hence, the product of their ages will be 160. Find their present ages.

Solution:
Let the girl’s present age be x years.
Sister’s age = 2x years.
Four years hence, girl’s age = (x + 4) years.
and sister’s age = (2x + 4) years.
Product of their ages = 160
⇒ (x + 4) (2x + 4) = 160
⇒ 2x2 + 4x + 8x + 16 = 160
⇒ 2x2 + 12x + 16 -160 = 0
⇒ 2x2 + 12x - 144 = 0
⇒ 2 (x2 + 6x - 72) = 0
⇒ x2 + 6x - 72 = 0
⇒ x2 + 12x - 6x - 72 = 0
⇒ x (x + 12) - 6 (x + 12) = 0
⇒ (x - 6) (x + 12) = 0
x = 6 (or) -12
Age can never be negative.
Therefore, present age of girl x = 6 years.
Sister’s age = 2x = 2 (6) = 12 years.

Question 5.
Sum of the areas of two squares is 640 m2. If the difference of their perimeters is 64 m. Find the sides of the two squares.

Solution:
Let the sides of the squares be x m and y m.
Then their areas are x2 and y2 m2.
Given, sum of areas = 640 m2
⇒ x2 + y2 = 640 m2
⇒ y2 = 640 - x2 → (1)
Difference of their perimeters = 64 m
⇒ 4x - 4y = 64
⇒ 4 (x - y) = 64
⇒ x - y = 16
⇒ y = x - 16 → (2)
Put (2) in (1)
⇒ (x - 16)2 = 640 - x2
⇒ x2 + 256 - 32x = 640 - x2
⇒ x2 - 32x + 256 + x2 - 640 = 0
⇒ 2x2 - 32x - 384 = 0
⇒ 2 (x2 - 16x - 192) = 0
⇒ x2 - 16x- 192 = 0
⇒ x2 - 24x + 8x - 192 = 0
⇒ x (x - 24) + 8 (x - 24) = 0
⇒ (x + 8) (x - 24) = 0
⇒ x = - 8 (or) 24.
Length can never be negative.
Therefore, side of one square is x = 24 m.
Side of other square y = x - 16 y = 24 - 16 = 8 m
∴ Sides of squares are 24 m and 8 m.

Question 6.
Sum of the areas of two squares is 400 cm2. If the difference of their perimeter is
16 cm, find the sides of two squares.

Solution:
Let sides of the squares are x cm and y cm.
Then their areas are x2 cm2 and y2 cm2.
Sum of areas = x2 + y2 = 400 cm2 → (1)
Difference of their perimeters = 16 cm
⇒ 4x - 4y = 16 cm
⇒ 4 (x - y) = 16
⇒ x - y = 4
⇒ y = x - 4 → (2)
Put (2) in (1)
⇒ x2 + (x - 4)2 = 400
⇒ x2 + x2 - 8x + 16 = 400
⇒ 2x2 - 8x + 16 - 400 = 0
⇒ 2x2 - 8x - 384 = 0
⇒ 2 (x2 - 4x - 192) = 0
⇒ x2 - 4x - 192 = 0
⇒ x2 - 16x + 12x - 192 = 0
⇒ x(x - 16) + 12(x - 16) = 0
⇒ (x + 12)(x - 16) = 0
Therefore, x = -12 (or) 16
Length can never be negative.
So, side of the square x = 16 cm
Side of the other square y = x - 4
= 16 - 4 = 12 cm

Question 7.
In a class test, the sum of Shefali’s marks in Mathematics and English is 30. Had she got 2 marks more in Mathematics and 3 marks less in English, the product of her marks would have been 210. Find her marks in two subjects.

Solution:
Let the marks in Mathematics = x
Marks in English = y
Sum of the marks x + y = 30 y = 30 - x
Two marks more in Maths = x + 2
Three marks less in English = 30 - x - 3
= 27 - x
Product = (x + 2) (27 - x) = 210
⇒ 27x - x2 + 54 - 2x = 210
⇒ 25x - x2 + 54 - 210 = 0
⇒ x2 - 25x - 54 + 210 = 0
⇒ x2 - 25x + 156 = 0
⇒ x2 - 13x - 12x + 156 = 0
⇒ x (x - 13) - 12 (x - 13) = 0
⇒ (x- 12) (x - 13) = 0
Therefore, x = 12 (or) 13.
Marks in Maths x = 12
Marks in English y = 30 - x
= 30 - 12 = 18

Question 8.
Solve x + 1/x = 25 1/25

Solution:
Given quadratic equation is

Question 9.
A train travels a distance of 300 km at constant speed. If the speed of the train is increased by 5 kin per hour, the journey would have taken 2 hours less. Find the speed of the train.

Solution:
Let the constant speed of the train be x km/hour.
Time taken to travel the 300 km distance (t1) = 300/x hours.
If the speed of the train increased by 5 km.
Then time taken to travel the 300 km (t2) = 300/x+5 hour.
difference t1 - t2 = 2 hours
750 = x2 + 5x
x2 + 5x - 750 = 0
x2 + 30x - 25x - 750 = 0
x(x + 30) - 25(x + 30) =0
(x - 25) (x + 30) = 0
x - 25 = 0 (or) x + 30 = 0
x = 25 (or) x = -30
Speed cannot be negative.
Therefore constant speed of the train is 25 kmph.

Question 10.
The sum of the ages of father and his son is 45 years. Five years ago, the product of their ages was 124. Determine their present ages.

Solution:
Let the present age of father be x years
then the son’s age = (45 - x) years
Five years ago, father’s age = (x - 5) years
Son’s age = 45 - x - 5 = (40 - x) years
Given the product of their ages = 124
(x - 5) (40 - x) = 124
40x - x2 - 200 + 5x = 124
x2 - 45x + 200 + 124 = 0
x2 - 45x + 324 = p
x2 - 36x - 9x + 324 = 0
x(x - 36) - 9(x - 36) = 0
(x - 9) (x - 36) = 0
x - 9 = 0 (or) x - 36 = 0
x = 9 (or) x = 36
Therefore x = 9 (or) 36
If father’s age 9 years is not possible.
So, fathers present age = 36 years
Son’s present age = 45 - 36 = 9 years.

Question 11.
The hypotenuse of a grassy land in the shape of a right triangle is 1 metre more than twice the shortest side. If the third side is 7 m more than die shortest side. Find the sides of the grassy land.

Solution:
Let the shortest side be x m.
then hypotenuse = twice the shortest side + 1 = (2x + 1) m
Third side = shortest side + 7 = x + 7
by Pythagoras theorem, (hypotenuse)2
= (Shortest side)2 + (Third side)2
(2x + 1)2 = x2 + (x + 7)2
4x2 + 4x + 1 = x2 + x2 + 14x + 49
4x2 - 2x2 + 4x - 14x + 1 - 49 = 0
2x2 - 10x - 48 = 0
2(x2 - 5x - 24) = 0
x2 - 5x - 24 = 0
x2 - 8x + 3x - 24 = 0
x(x - 8) + 3(x - 8) = 0
(x + 3) (x - 8) = 0
x + 3 = 0 (or) x - 8 = 0
x = - 3 (or) x = 8
Side of land cannot be negative.
So, shortest side x = 8 m
Hypotenuse = 2(8) + 1 = 16 + 1 = 17m
Third side = 8 + 7 = 15 m
Therefore, sides of the grassy land are 8 m, 15 m and 17 m.

Question 12.
Sum of the squares of two consecutive positive even integers is 100; find those numbers by using quadratic equations.

Solution:
Let the first positive even number = x say
Then its square = x2
The consecutive even number = x + 2
Then square of it = (x + 2)2
Sum of squares of above two
= (x)2 + (x + 2)2 = 100
∴ x2 + x2 + 4x + 4 = 100
2x2 + 4x + 4 - 100 = 0
⇒ 2x + 4x - 96 = 0
∴ x2 + 2x - 48 = 0
⇒ x2 + 8x - 6x - 48 = 0
x(x + 8) - 6(x + 8) = 0
∴ (x - 6) (x + 8) = 0
⇒ x - 6 = 0 or x + 8 = 0
⇒ x = 6 or x = -8
We consider x = 6 only because it is a positive even
⇒ x + 2 = 6 + 2 = 8
Then the given numbers are 6 and 8
Verification:
62 + 82 = 36 + 64 = 100. So verified.

Question 13.
Sum of the areas of two squares is 850 m2. If the difference of their perimeters is 40 m, find the sides of the two squares.

Solution:
Let the side of first square be ‘a’
the side of second square be ‘b’
Area of first square = ‘a2‘ m2
Area of second square = ’b2‘ m2
Sum of the area of two squares = 850 m2
a2 + b2 = 850 ..... (1)
Perimeter of first square = ‘4a’m
Perimeter of second square = ‘4b’ m
Difference of their perimeters = 40 m
4a - 4b = 40
a - b = 10 ....... (2)
a = b + 10
substitute this in eqn (1)
(b + 10)2 + b2 = 850
b2 + 20b + 100 + b2 = 850
2b2 + 20b - 750 = 0
b2 + 10b - 375 = 0
b2 + 25b - 15b - 375 = 0
b(b + 25) - 15(b + 25) = 0
(b - 15)(b + 25) = 0
b = 15, b = -25
from (2) a - 15 = 10
⇒ a = 25
∴ The sides of two squares are 25m, 15m.

Question 14.
A train travels 360 km at a uniform speed. If the speed had been 5 km/h more, it would have taken 1 hour less for the same journey. Find the speed of the train.

Solution:
The distance travelled = 360 km
Let the speed of the train = x kmph
Time taken to complete a journey = distance/speed
By problem 360/x - 360/x+5 = 1 = 1
360(1/x - 1/x+5) = 1
360(x+5-x/x(x+5)) = 1 = 1
⇒ 5/x2+5x - 1/360) = 1
x2 + 5x - 1800 = 0
x2 + 45x - 40x - 1800 = 0
x (x + 45) - 40 (x + 45) = 0
(x + 45) (x - 40) = 0
x + 45 = 0 (or) x - 40 = 0
x = -45 or x = + 40
But x can’t be negative.
∴ The speed of the train = 40 kmph

AP 10th Class Maths 5th Lesson Important Questions and Answers Quadratic Equations

Question 1.
If b2 - 4ac ≥ 0, then write the roots of a quadratic equation ax2 + bx + c = 0

Solution:
When b2 - 4ac ≥ 0 then the roots of given quadratic equation ax2 + bx + c = 0 are

Question 3.
Two angles are complementary and one angle is 18° more than tne other, then find angles.

Solution:
Let smaller angle be x°
bigger angle be y°
Since these two angles are comple-mentary
x + y = 90° .... (1)
Since bigger angle is more than smaller angle
by 18°, y - x = 18° .....(2)
By solving (1) & (2), we get x = 36°, y = 54°

Question 4.
Find the discriminant of the quadratic equation 2x2 - 4x + 3 = 0.

Solution:
Discriminant of standard quadratic equation
ax2 + bx + c = 0 is b2 - 4ac
Now comparing the given quadratic equation 2x2 - 4x + 3 = 0 with stan¬dard form of quadratic equation.
We get a = 2, b = -4, c = 3 then its discriminant = b2 - 4ac
= (-4)2 - 4(2) (3)
= 16 - 24 = -8
∴ Discriminant = -8.

Question 1.
Find the roots of x + 6/x = 7, x ≠ 0

Solution:
x + 6/x = 7 ⇒ x2+6/x = 7
⇒ x2 - 7x + 6 =0
⇒ (x - 6) (x - 1) = 0
⇒ x = 6 or 1
Roots = 6, 1

Question 2.
Length of a rectangle is 2 units greater than its breadth. If the area of the rect-angle is 120 sq. units then find its length.

Solution:
Let breadth of the rectangle = x
Length = x + 2 ,
Area = 120 sq. units
x(x+2) = 120
x2 + 2x- 120 = 0
(x + 12) (x- 10) = 0
x = - 12 or 10
Breadth cannot be negative
∴ Breadth of the rectangle = x
= 10 units
∴ Length = x + 2 = 10 + 2 = 12 units

Question 3.
Find the zeroes of the quadratic poly-nomial x2 - x - 30 and verify the rela¬tion between the zeroes and its co¬efficients.

Solution:
Given quadratic polynomial = x2 - x - 30
⇒ x2 - x - 30 = 0 = 0
x2 - 6x + 5x - 30 = 0
⇒ x(x - 6) + 5(x - 6) = 0
⇒ (x - 6) (x + 5) = 0
⇒ x - 6 = 0
x = 6
x + 5 = 0 x = -5
∴ Zeroes are α = 6 and β = - 5
Sum of zeroes = α + β = -b/a
⇒ 6 - 5 = -(-1)/1
⇒ 1 = 1
Product of zeroes α + β = 6(-5) = c/a
= -30 = -30/1
Hence the relation was verified.

Question 4.
Find the roots of the quadratic equa¬tion (3x - 2)2 - 4(3x - 2) + 3 = 0.

Solution:
(3x - 2)2 - 4(3x - 2) + 3 = 0
9x2 + 4 - 12x - 12x + 8 + 3 = 0
9x2 - 24x +15 = 0
3x2 - 8x + 5 = 0
3x2 - 3x - 5x + 5 = 0
3x(x - 1) - 5 (x - 1) = 0
(x- 1) (3x - 5) = 0
x = 1 (or) x = 5/3
Roots of quadratic equation are 1, 5/3.

Question 5.
Two numbers differ by 4 and their product is 192. Find the numbers.

Solution:
Let the larger number be ‘x’
Since the difference of two numbers is 4,
Then the smaller number is (x - 4)
Their product = x(x - 4)
Given that product = 192
∴ x(x - 4) = 192
⇒ x2 - 4x - 192 = 0
⇒ x2 - 16x + 12x- 192 = 0
⇒ x(x - 16) + 12(x - 16) = 0
⇒ (x - 16)(x + 12) = 0
⇒ x = 16 or x = -12
If x = 16, then x - 4 = 16 - 4 = 12
then the numbers are 16 and 12.
If x = - 12, thenx-4 = - 12 - 4 = - 16
then the numbers are - 12 and - 16.

Question 1.
Find the roots of the equation 5x2 - 7x - 6 = 0 by the method of completing the square.

Solution:
Given that 5x2 - 7x - 6 = 0
5x2 - 7x = 6
x2 - 75/x = 6/5
⇒ x2.2. 7/10 x = 6/5
adding 49/100 on the both sides
The roots of the quadratic equation are 2 and -3/5

Question 2.
Find the roots of the quadratic equation 3x2 + 11x + 10 = 0 by method of - completing the Square.

Solution:
Given : 3x2 + 11x + 10 = 0
Dividing both sides by 3.

Question 3.
Solve the Quadratic equation 9x2 - 9x + 2 = 0 by the method of com-pleting the square.

Solution:
Given : 9x2 - 9x + 2 = 0
⇒ x2 - x + 2/9 = 0
⇒ x2 - x = - 2/9

Question Papers / Notes Download


Videos


Join
Intermediate